home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / ByteCatcherX ActiveX Control / ByteCatcher / ByteCatcher.inf next >
Windows Setup INFormation  |  1997-05-21  |  2KB  |  53 lines

  1. ; ========================= ByteCatcher.inf ========================
  2.  
  3. ; This inf file will control the installation of the MFC Spindial control. 
  4. ; This control has been compiled with Visual C++ version 4.2. The 
  5. ; FileVersion tags in the dependent DLLs section on this file reflect 
  6. ; this requirement.
  7.  
  8. [version] 
  9. ; version signature (same for both Nt and Win95) do not remove
  10. signature="$CHICAGO$"
  11. AdvancedINF=2.0 
  12.  
  13. [Add.Code]
  14. ByteCatcher.ocx=ByteCatcher.ocx 
  15. ; These are the necessary supporting DLLs for MFC 4.2 ActiveX Controls
  16. msvcrt.dll=msvcrt.dll
  17. mfc42.dll=mfc42.dll
  18. olepro32.dll=olepro32.dll
  19.  
  20. [ByteCatcher.ocx]
  21. file-win32-x86=thiscab
  22. ; *** add your controls CLSID here ***
  23. clsid={C9460283-3EED-11D0-A647-00A0C91EF7B9} 
  24. ; add your ocx's file version here
  25. FileVersion=1,0,0,1 
  26. RegsiterServer=yes 
  27.  
  28. ; dependent DLLs
  29. [msvcrt.dll]
  30. ; This is an example of conditional hook. The hook only gets processed
  31. ; if msvcrt.dll of the specified version is absent on client machine.
  32. FileVersion=4,20,0,6164
  33. hook=mfc42installer 
  34.  
  35. [mfc42.dll]
  36. FileVersion=4,2,0,6256
  37. hook=mfc42installer
  38.  
  39. [olepro32.dll]
  40. FileVersion=4,2,0,6068
  41. hook=mfc42installer
  42.  
  43. [mfc42installer]
  44. file-win32-x86=http://activex.microsoft.com/controls/vc/mfc42.cab
  45. ; If dependent DLLs are packaged directly into the above cabinet file
  46. ; along with an .inf file, specify that .inf file to run as follows:
  47. ;InfFile=mfc42.inf 
  48. ; The mfc42.cab file actually contains a self extracting executable.
  49. ; In this case we specify a run= command.
  50. run=%EXTRACT_DIR%\mfc42.exe
  51.  
  52.  
  53. ; ====================== end of ByteCatcher.inf =====================